home *** CD-ROM | disk | FTP | other *** search
- Path: news.netset.com!usenet
- From: "Paul M. Helmick" <helmic19@netset.com>
- Newsgroups: comp.lang.c++
- Subject: Re: How I redirect output away from the screen?
- Date: Wed, 24 Jan 1996 18:58:28 -0500
- Organization: NetSet Internet Services
- Message-ID: <3106C7A4.67B9@netset.com>
- References: <DLM67E.G7E@eskimo.com> <4e3ofi$qe5@acme.freenet.columbus.oh.us>
- NNTP-Posting-Host: cmh1-ppp4.netset.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0b5 (Win95; I)
-
- > Did you try
- > system("move *.* c:\dir1 >text.txt");
-
- this will do the trick with no file creation.
- system("move *.* c:\dir1 >nul");
-